go/ast.ChanType.Arrow (field)
6 uses
go/ast (current package)
ast.go#L484: Arrow token.Pos // position of "<-" (token.NoPos if there is no "<-")
go/parser
parser.go#L1322: return &ast.ChanType{Begin: pos, Arrow: arrow, Dir: dir, Value: value}
parser.go#L1816: p.errorExpected(typ.Arrow, "'chan'")
parser.go#L1818: arrow, typ.Begin, typ.Arrow = typ.Arrow, arrow, arrow
go/printer
nodes.go#L1076: p.setPos(x.Arrow)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)